home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / ded / TODO < prev   
Encoding:
Text File  |  1984-09-19  |  1.6 KB  |  43 lines

  1. crh did:
  2.     goto specific line number?
  3.     abort all the way back?
  4.     toggle full/split screen modes?
  5.     re-read directory?
  6.  
  7. bug: empty dirs that are'nt owned by user and not 777 will not be rm -rf'ed.
  8.     must go back to rmdir.
  9. MOSTLY DONE?. pass last command down via -I flag
  10. MOSTLY DONE. finish symlink support
  11. PARTIAL DONE. split off subrs not using globals
  12. ifdef in a news interface?
  13. instead of forking, send signal to parent to tell it to continue.
  14. ^C to interrupt sort query..
  15. fix single non-dir arg
  16. put some % indication in mode line
  17. need cmd to move current file to top of screen
  18. should not clear screen at exit
  19. print command needs to be interruptible
  20. avoid most commands on sockets
  21. make inititialization dynamic so can just fork a recursive dired w/o an exec.
  22. make downline() use \n
  23. need to put out more terminal initization and termination strings
  24. 't/T' command has nothing to do with waiting anymore.  clean up code,
  25.     maybe doc?
  26. rmrf needs to shift status code over to make return code
  27.     rm/rmrf distinction is hazy
  28.     check on what systems -r option to rm exists
  29.     needs cleanup-- the 02 accesses check is garbage
  30. parameterize getname() table sizes from makefile
  31. remember to add -O to Makefile
  32.  
  33. DONE. need reverse regexp search
  34. DONE. deal with #'s in filenames passwd to sh somehow
  35. DONE. implement DFLTEDITOR
  36. DONE. fix up ^Z during type
  37. FIXED. ^Z'ing a recursive ded leaves messed up tty modes.
  38. FIXED. typefiles puits one too many when have 4 digit number files
  39. FIXED. nblocks() fxn is probably wrong. check nblk field in dinode
  40. DONE. c-v and m-v work.
  41. DONE. sort numerically
  42. DONE. may need bcopy on other systems
  43.